func encoding/xml.escapeText
3 uses
encoding/xml (current package)
marshal.go#L225: escapeText(p, t, false)
xml.go#L1911: return escapeText(w, s, true)
xml.go#L1917: func escapeText(w io.Writer, s []byte, escapeNewline bool) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)